home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 21 / DOKAN21.iso / Progs / Adam / ADAM-Boletin de noticias-Ene00.EXE / 0 / RCDATA / TPOPUPPALETTE / TPOPUPPALETTE.txt
Text File  |  2000-01-04  |  458b  |  24 lines

  1. object PopUpPalette: TPopUpPalette
  2.   Left = 555
  3.   Top = 117
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 155
  7.   ClientWidth = 155
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 15
  17.   object FDisplayTimer: TTimer
  18.     Enabled = False
  19.     OnTimer = FDisplayTimerTimer
  20.     Left = 20
  21.     Top = 16
  22.   end
  23. end
  24.